home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
Chip_2004-04_cd1.bin
/
opsys
/
wmakeup
/
downloads
/
Crystal_WMP.wmz
/
Crystal WMP.wms
< prev
next >
Wrap
Text File
|
2004-02-13
|
6KB
|
239 lines
<theme
id="Crystal"
title="Crystal WMP"
author="JJ.Ying"
copyright="www.everaldo.com"
>
<view
title="Crystal WMP"
backgroundImage="background.bmp"
backgroundColor="none"
transparencyColor="#00FF00"
titleBar="false" resizable="false"
scriptFile="Crystal.js;res://wmploc.dll/RT_TEXT/#132;"
onLoad="OnOpenStateChange();"
>
<player OpenState_onchange="OnOpenStateChange();">
</player>
<text justification="left"
left="37" top="34" width="150"
foregroundColor="#000000" fontSize="9"
value="wmpprop:player.currentmedia.name"
>
</text>
<text justification="left"
left="11" top="342"
visible="true"
scrolling="false" fontSmoothing="true"
foregroundColor="#000000" fontSize="9"
value="wmpprop:visualization.currentPresetTitle"
>
</text>
<statustext
left="183" top="34" width="50"
foregroundColor="#555555" fontSize="9"
visible="false"
/>
<text left="236" top="35"
fontSize="9"
foregroundColor="#000000"
fontSmoothing="true"
value="wmpprop:player.controls.currentPositionString"
>
</text>
<DURATIONTEXT left="273" top="35"
foregroundColor="#000000"
fontSmoothing="true"
fontSize="9"/>
<text left="260" top="36"
fontSize="8"
fontSmoothing="true"
value=" / "
foregroundColor="#000000"
>
</text>
<video id="Vid"
width="350" height="283"
left="11" top="56"
shrinkToFit = "true"
maintainAspectRatio = "true"
/>
<effects
id="visualization"
width="350" height="283"
left="11" top="56"
currentEffectType="null" >
</effects>
<subview id="PLPanel"
backgroundimage="plback.bmp"
zIndex = "-1"
width="350" height="300"
left="11" top="56"
visible="false">
<playlist
id="pl"
width="350" height="283"
backgroundcolor="#00dgff"
foregroundcolor="#1D6DD0"
itemPlayingBackgroundColor="silver"
itemPlayingColor="black"
columnsVisible="true"
columns="name=Name;artist=Artist;album=Album;duration=Time;"
editbuttonsvisible="false"
movebuttonsvisible="false"
dropDownVisible="true"
dropDownList="showAll"
playlistItemsVisible="true">
</playlist>
</subview>
<BUTTONGROUP
backgroundimage="background.bmp"
mappingImage = "map.bmp"
hoverImage = "hover.bmp"
downimage="down.bmp"
>
<BUTTONELEMENT id="bMin" mappingColor="#000000"
upToolTip="Minimize"
onClick="view.minimize();"
enabled="true"/>
<BUTTONELEMENT id="bClose" mappingColor="#0000FF"
upToolTip="Close"
onClick="view.close();"
enabled="true"/>
<BUTTONELEMENT
upToolTip = "Return to Media Center"
mappingColor = "#FF9001"
onClick = "view.returnToMediaCenter();"/>
<buttonelement mappingColor="#C000c0"
sticky="true" upToolTip="Mute"
down="wmpprop:player.settings.mute"
onclick="player.settings.mute=down;"/>
<PLAYELEMENT mappingColor="#00FF00"/>
<STOPELEMENT mappingColor="#FF0000"/>
<NEXTELEMENT mappingColor="#FF00FF"/>
<PREVELEMENT mappingColor="#00FFFF"/>
<buttonelement
mappingcolor="#C0C000"
onClick="jscript:visualization.next();" />
<buttonelement
mappingcolor="#008000"
onClick="jscript:visualization.previous();" />
<buttonelement
mappingcolor="#FF0099"
uptoolttp="Resize"
onClick="" />
<buttonelement
mappingcolor="#FFCC00"
uptoolttp="Options"
onClick="" />
<buttonelement
mappingcolor="#FFFFFF"
cursor="hand"
uptooltip="Repeat"
downtooltip="No Repeat"
onclick="jscript:player.settings.setMode('repeat',down);"
down="wmpprop:player.settings.getMode('repeat')"
sticky="true" />
<buttonelement
mappingcolor="silver"
cursor="hand"
uptooltip="Shuffle"
downtooltip="Unshuffle"
onclick="jscript:player.settings.setMode('shuffle',down);"
down="wmpprop:player.settings.getMode('shuffle')"
sticky="true" />
</BUTTONGROUP>
<PAUSEBUTTON zIndex = "2"
visible = "wmpenabled:player.controls.pause"
upToolTip = "Pause"
image="pause.bmp"
hoverimage="pausehov.bmp"
downimage="pausedown.bmp"
top="369" left="9" />
<BUTTON
id="ShowPL"
zIndex = "5"
left = "309"
top = "30"
TransparencyColor = "#FF00FF"
image = "plclose.bmp"
hoverImage = "plopenhov.bmp"
downImage = "plopendown.bmp"
upToolTip=" Show Playlist"
onclick="JScript:OpenPL();"
visible="true"/>
<BUTTON
id="HidePL"
zIndex = "5"
left = "309"
top = "30"
TransparencyColor = "#FF00FF"
image = "plclose.bmp"
hoverImage = "plclosehov.bmp"
downImage = "plclosedown.bmp"
upToolTip="Hide Playlist"
onclick = "JScript:ClosePL();"
visible="false" />
<subview id="volume"
transparencyColor="#00FF00"
left="271" top="366"
backgroundimage="volslider.bmp">
<slider toolTip="Volume"
direction="horizontal" slide="false"
min="0" max="100" borderSize="7"
foregroundimage="volslider2.bmp"
thumbImage="volthumb.bmp"
thumbhoverimage="volthumbhov.bmp"
thumbdownimage="volthumbdown.bmp"
transparencyColor="#00FF00"
value="wmpprop:player.settings.volume"
value_onchange="player.settings.volume=value;"
>
</slider>
</subview>
<slider
left="133" top="371"
id = "posslider"
backgroundimage="slider.bmp"
width="100" height="17"
min = "0"
max = "wmpprop:player.currentMedia.duration"
thumbImage="thumb.bmp"
thumbhoverimage="thumbhov.bmp"
thumbdownimage="thumbdown.bmp"
transeparencycolor="#00FF00"
borderSize="7"
value="wmpprop:player.controls.currentPosition"
onDragEnd="player.controls.currentPosition=value;"
/>
</view>
</theme>